func crypto/ecdh.isLess

2 uses

	crypto/ecdh (current package)
		nist.go#L79: 	if isZero(key) || !isLess(key, c.scalarOrder) {
		nist.go#L140: func isLess(a, b []byte) bool {